home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / KEYSTAT.### < prev    next >
Text File  |  1985-01-21  |  895b  |  24 lines

  1. COMMAND:  KEYSTAT (Keyboard Status)             DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Turns on or off a resident keyboard interrupt interceptor that
  4.           continuously displays the state of the CapsLock and the NumLock
  5.           keys in the upper right-hand corner of the display.
  6.  
  7. FORMAT:   KEYSTAT [ON!OFF]
  8.  
  9. TYPE:     Public domain software (T.A. Rhea,1030 Ivy Lane,Cary,NC 27511)
  10.  
  11. REMARKS:  ON turns the display on, OFF turns it off, and KEYSTAT alone
  12.           displays the current state of the display.
  13.           If CapsLock is on, a C is displayed in the upper right hand corner
  14.           of the display screen, while if NumLock is on, an N is displayed.
  15.           Otherwise, nothing is displayed. The display is updated after every
  16.           keystroke. KEYSTAT inserts itself in series behind any existing
  17.           interrupt handlers and requires DOS 2.0.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.